/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#fc4e29","title":"鼠标滑过文字颜色"},
{"val":"#999999","title":"栏目副标题文字颜色"},
{"val":"#ffffff","title":"鼠标滑过分类文字颜色"},
{"val":"#ff9e89","title":"鼠标滑过分类副标题文字颜色"}],
"background":[{"val":"#cccccc","title":"标题前色块背景颜色"},
{"val":"#fafafa","title":"按钮背景颜色"},
{"val":"#fc4e29","title":"鼠标滑过背景颜色"},
{"val":"#f2f3f3","title":"分类区域背景颜色"},
{"val":"#ffffff","title":"分类箭头背景颜色"}],
"border":[{"val":"#333333","title":"标题边框"},
{"val":"#eeeeee","title":"列表边框"},
{"val":"#f4f4f4","title":"分类标题边框"}]}
$$*/
#plant_152{
	width: 100%;
	padding-top: 50px;
	position: relative;
}
#plant_152 .plantBox{
	width: 1200px;
	margin: 0 auto;
}
#plant_152 .cloumn{
	width: 280px;
}
#plant_152 .tit-1{
	width: 100%;
	background: url(./../../../static/images/CP00017_01.png) no-repeat left top;
	height: 100px;
	font-size: 32px;
	color: #333333;
	padding-top:35px;
	line-height:65px;
	font-weight: 600;
	border-bottom:#333333 solid 1px;
	position: relative;
}
#plant_152 .tit-1::after{
	position: absolute;
	right:0;
	height: 60px;
	background:url(../img/CP00017_02.png) no-repeat center center;
	width: 50px;
	content: '';
	bottom: 0;
}
#plant_152 .tit-2{
	font-size: 14px;
	color: #333333;
	width: 100%;
	text-align: left;
	letter-spacing:4px;
	line-height: 40px;
}
#plant_152 .plantList{
	width:860px;
	margin-right: -10px;
	/* height: 520px; */
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
#plant_152 .plantItem{
	height: auto;
	border:#eeeeee solid 1px;
	overflow: hidden;
	padding: 7px;
	position: relative;
	margin: 10px;
}
#plant_152 .plantItem .imgT{
	width: 100%;
	/* height: 190px; */
	overflow: hidden;
	position: relative;
}
#plant_152 .plantItem .imgT .bg{
	width: 100%;
	height: auto;
}
#plant_152 .plantItem .imgT .img{
	width: 100%;
	height: 100%;
	transition: all .8s;
	object-fit: cover;
	position: absolute;
	left: 0;
	top:0;
}
#plant_152 .plantItem:hover .img{
	transform: scale(1.1);
}
#plant_152 .plantItem .title{
	width:100%;
	padding-left: 25px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	position: relative;
	font-size: 14px;
}
#plant_152 .plantItem .title::before{
	width: 8px;
	height: 8px;
	background: #cccccc;
	content: '';
	left:5px;
	top:50%;
	margin-top: -4px;
	position: absolute;
}
#plant_152 .plantItem:hover .title{
	color:#fc4e29;
}
#plant_152 .plantItem .moreBtn{
	width: 40px;
	height: 40px;
	background: #fafafa;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
	right:28px;
	bottom: 25px;
}
#plant_152 .plantItem .moreBtn::after{
	position: absolute;
	content: '+';
	width: 0;
	height: 0;
	left: 50%;
	top:50%;
	background: #fc4e29;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	transition: all .8s;
}
#plant_152 .plantItem:hover .moreBtn::after{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	color: #ffffff;
}
#plant_152 .plantClass{
	width: calc((100% - 1200px)/2 + 280px);
	position: absolute;
	left: 0;
	top:235px;
	background: #f2f3f3;
	height: 320px;
	padding-top: 60px;
}
#plant_152 .classItem{
	width: calc(100% - 50px);
	height: 105px;
	position: relative;
	cursor: pointer;
	margin-bottom:20px;
}
#plant_152 .classItem::after{
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	content: '';
	top:0;
	background: #fc4e29;
	transition: all .8s;
	border-radius: 0 50px 50px 0;
}
#plant_152 .classItem:hover::after,
#plant_152 .classItem.active::after{
	width: 100%;
}
#plant_152 .classItem .classt-1{
	width: 140px;
	line-height: 32px;
	color: #333333;
	font-size: 18px;
	border-bottom:#333333 solid 1px;
	position: absolute;
	right:60px;
	top:25px;
	z-index: 10;
	transition: all 1.5s;
}
#plant_152 .classItem:hover .classt-1,
#plant_152 .classItem.active .classt-1{
	color: #ffffff;
	border-bottom: #ffffff solid 1px;
}
#plant_152 .classItem .classt-2{
	color: #999999;
	font-size: 12px;
	line-height: 26px;
	position: absolute;
	right:60px;
	top:57px;
	width: 140px;
	z-index: 10;
	transition: all 1.5s;
}
#plant_152 .classItem:hover .classt-2,
#plant_152 .classItem.active .classt-2{
	color: #ff9e89;
}
#plant_152 .classItem .more{
	background:#ffffff  url(./../../../static/images/CP00017_03.png) no-repeat center center;
	background-size: 13px 3px;
	width: 25px;
	height: 25px;
	position: absolute;
	right:60px;
	top:30px;
	border-radius: 50%;
	z-index: 10;
}
#plant_152 .wapplantClass{
	width: 100%;
	position: relative;
	padding: 0 30px;
	height:60px;
	margin-bottom: 15px;
	display: none;
}
#plant_152 .wapplantClass .swiper-slide a{
	border: #eeeeee solid 1px;
	margin: 0 5px;
	width: calc(100% - 10px);
	border-radius: 10px;
	padding: 5px;
	display: block;
	height: 100%;
}
#plant_152 .wapplantClass .swiper-slide .classt-1,
#plant_152 .wapplantClass .swiper-slide .classt-2{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}
#plant_152 .wapplantClass .swiper-slide .classt-1{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
#plant_152 .wapplantClass .swiper-slide .classt-2{
	font-size: 12px;
	color: #999999;
	line-height:22px;
}
#plant_152 .wapplantClass .btnNext,
#plant_152 .wapplantClass .btnPrev{
	position: absolute;
	top:0;
	width: 30px;
	height: 100%;
	z-index: 10;
}
#plant_152 .wapplantClass .btnPrev.swiper-button-disabled,
#plant_152 .wapplantClass .btnNext.swiper-button-disabled{
	opacity: 0.6;
}
#plant_152 .wapplantClass .btnNext{
	right: 0;
}
#plant_152 .wapplantClass .btnPrev{
	left: 0;
}
#plant_152 .wapplantClass .btnNext::after,
#plant_152 .wapplantClass .btnPrev::after{
	background:#ffffff  url(./../../../static/images/CP00017_03.png) no-repeat center center;
	background-size: 13px 3px;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 2.5px;
	top:50%;
	margin-top: -12px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border-radius: 50%;
}
#plant_152 .wapplantClass .btnPrev::after{
	transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
	#plant_152 .plantBox{
		width: 100%;
		padding: 0 15px;
	}
	#plant_152 .cloumn{
		width: 240px;
	}
	#plant_152 .plantList{
		width: calc(100% - 240px);
	}
	#plant_152 .plantClass{
		width: 240px;
	}
	#plant_152 .classItem{
		width: calc(100% - 20px);
	}
	#plant_152 .classItem .classt-1,
	#plant_152 .classItem .classt-2{
		right: 40px;
	}
	#plant_152 .classItem .more{
		right: 40px;
	}
}
@media screen and (max-width: 1024px){
	#plant_152 .cloumn{
		width: 200px;
	}
	#plant_152 .plantClass{
		width: 200px;
	}
	#plant_152 .plantList{
		width: calc(100% - 200px);
	}
	#plant_152 .tit-2{
		letter-spacing: 0;
	}
	#plant_152 .plantClass{
		padding-top: 0px;
		height: 200px;
		top:200px;
	}
	#plant_152 .classItem{
		margin-bottom: 0;
		height: 100px;
	}
	#plant_152 .classItem .classt-1, #plant_152 .classItem .classt-2{
		right: 20px;
	}
}
@media screen and (max-width: 767px){
	#plant_152{
		padding-top: 20px;
	}
	#plant_152 .cloumn{
		width: 100%;
	}
	#plant_152 .tit-1{
		font-size: 20px;
	}
	#plant_152 .tit-2{
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	#plant_152 .plantList{
		width: calc(100% + 10px);
		margin-right: 0;
		margin-left: -5px;
	}
	#plant_152 .plantList{
		grid-template-columns: repeat(2,1fr);
	}
	#plant_152 .plantItem{
		margin: 5px;
		height: 165px;
	}
	#plant_152 .plantItem .imgT{
		height: 120px;
	}
	#plant_152 .plantItem .moreBtn{
		width: 30px;
		height: 30px;
		right:15px;
	}
	#plant_152 .plantClass{
		display: none;
	}
	#plant_152 .wapplantClass{
		display: block;
	}
	#plant_152 .plantItem .title{
		line-height: 35px;
		height: 36px;
	}
}